In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicturePDF.PageBitmapOcrReadyEventHandler Delegate

GdPicturePDF.PageBitmapOcrReadyEventHandler Delegate

In This Topic
Syntax
'Declaration

 

<GuidAttribute("A49ED401-CEBC-30A0-A6CD-4C3F686BDB84")>

Public Delegate Sub GdPicturePDF.PageBitmapOcrReadyEventHandler( _

   ByVal PageNo As Integer, _

   ByVal ImageID As Integer _

) 
[Guid("A49ED401-CEBC-30A0-A6CD-4C3F686BDB84")]

public delegate void GdPicturePDF.PageBitmapOcrReadyEventHandler( 

   int PageNo,

   int ImageID

)
public delegate GdPicturePDF.PageBitmapOcrReadyEventHandler( 

    PageNo: Integer;

    ImageID: Integer

);
GuidAttribute("A49ED401-CEBC-30A0-A6CD-4C3F686BDB84")

public delegate GdPicturePDF.PageBitmapOcrReadyEventHandler( 

   PageNo : int,

   ImageID : int

)
[Guid("A49ED401-CEBC-30A0-A6CD-4C3F686BDB84")]

public: __gc __delegate void GdPicturePDF.PageBitmapOcrReadyEventHandler( 

   int PageNo,

   int ImageID

)
[Guid("A49ED401-CEBC-30A0-A6CD-4C3F686BDB84")]

public delegate void GdPicturePDF.PageBitmapOcrReadyEventHandler( 

   int PageNo,

   int ImageID

)

Parameters

PageNo
ImageID
See Also

Reference

GdPicturePDF.PageBitmapOcrReadyEventHandler Members
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace